Welcome![Sign In][Sign Up]
Location:
Search - C SHELL

Search list

[OtherCDEMO_01

Description: c语言常用排序算法包括快速排序,归并排序,堆排序,希尔排序等-sort algorithm including quick sort,shell sort,heap sort,merge sort,bubble sort,insert sort, sort.
Platform: | Size: 69632 | Author: GUOQIANG | Hits:

[ADO-ODBCgo

Description: go.c根据服务器返回的结果自动启动she-go.c According to the results returned by the server automatically start shell
Platform: | Size: 2048 | Author: u4753zhuoweizh | Hits:

[Otherdocuments

Description: 适合入门Unix_Linux,内有Linux,GNUmake,shell相关文档,还有C++编程规范,告诉你实际中怎么做才是标准的。-Suitable for entry Unix_Linux, there are Linux, GNUmake, shell-related documents, as well as C++ programming specifications, tell you how to do in practice is standard.
Platform: | Size: 29433856 | Author: | Hits:

[Data structsSort

Description: 数据结构,几种排序方法的比较 包括冒泡排序、快速排序、选择排序、希尔排序、c插入排序等-bubble sort、Shell Sort、Straight Insertion Sort,etc.
Platform: | Size: 31744 | Author: olivia | Hits:

[Firewall-Securityeclipse-project

Description: 实现ip过滤功能的配置c/c++程序转shell脚本执行iptables命令(IP filter function to achieve the configuration, c/c++ program, shell script, the implementation of iptables command)
Platform: | Size: 363520 | Author: smoker | Hits:

[Windows Developupx压缩壳V3.94源码

Description: 最高压缩比的压缩壳UPX,堪称神器,你编译为exe后使用此壳压缩后,体检会大幅减小,这里的他的C语言源码(The highest compression ratio of compressed shell UPX, called artifact, you compiled as exe after the use of this shell compression, the physical examination will be greatly reduced, here's his C language source code)
Platform: | Size: 1827840 | Author: 淡然若水 | Hits:

[Other手机抓包步骤(1)

Description: 在windows的模拟命令行中执行: Cd d:\soft\tools //进入windows系统某个目录 adb shell //调用安卓的adb接口进入手机系统 su //切换root用户 在手机上按“同意”之后再执行: Cd /data/local //进入Tcpdump目录 ./tcpdump –p –vv –s 0 –w /sdcard/test.pcap //开始抓包命令,test只是抓包后的文件名,可自己更改 在手机上访问需测试的网址,访问之后,用Ctrl+C停止抓包,然后在手机上将USB管理设为读取模式,在手机上将刚才抓到的包拷贝到PC上,用wireshark软件打开该包文件,即可观察其URL情况(Execute on the windows simulation command line: Cd d:\soft\tools / / Windows system into a directory ADB shell / / ADB interface to call the entry of Android mobile phone system Su / root user switch Press "agree" on mobile phone before executing: Cd /data/local / / Tcpdump directory entry ./tcpdump - P - VV - S 0 - w /sdcard/test.pcap / / test begin to capture command, just after capture the file name can be changed Visit the test site, in the mobile phone access, using Ctrl+C to capture, and then in the USB management for mobile phone, read mode, copy to the PC in the mobile phone, just caught the package, using Wireshark software to open the Bao Wenjian, can observe the situation of URL)
Platform: | Size: 8192 | Author: salen_wu | Hits:

[Data structs8640希尔排序

Description: 用C语言言实现希尔排序。希尔排序(Shell Sort)是插入排序的一种。也称缩小增量排序,是直接插入排序算法的一种更高效的改进版本。(Using C language to achieve Hill sort.The Hill sort (Shell Sort) is a sort of insertion sort. Also called reduced delta sort is a more efficient version of the sorting algorithm directly inserted.)
Platform: | Size: 1024 | Author: chen陈 | Hits:

[Otherpack

Description: 简单实现一个壳,c++程序, vs2015编译.压缩壳(Simple realization of a shell . and its work on vs2013 .without)
Platform: | Size: 3072 | Author: churen | Hits:

[Linux-UnixGNU Make手册

Description: make是一个命令工具,它解释Makefile 中的指令(应该说是规则)。在Makefile文件中描述了整个工程所有文件的编译顺序、编译规则。Makefile 有自己的书写格式、关键字、函数。像C 语言有自己的格式、关键字和函数一样。而且在Makefile 中可以使用系统shell所提供的任何命令来完成想要的工作。Makefile(在其它的系统上可能是另外的文件名)在绝大多数的IDE 开发环境中都在使用,已经成为一种工程的编译方法(Make is a command tool that explains instructions in Makefile. In the Makefile file, we describe the compilation sequence and Compilation Rules of all the files in the whole project. Makefile has its own writing format, keywords and functions. Like C, it has its own format, keywords and functions. And in Makefile, you can use any command provided by system shell to complete the job you want. Makefile, which may be another file name on other systems, is used in most IDE development environments. It has become a compilation method of engineering.)
Platform: | Size: 902144 | Author: Q-Q | Hits:

[Othercomm

Description: c++ 内存加载Dll 特点如下: 直接在内存中载入,无磁盘占用 支持加壳保护的dll , 平时用的最多的vmp ,其它壳子还请自己测试 无模块载入, 因为重写了loadlibary ,如需要请自己注册 支持注入到目标进程,前提请先使用相应权限打开目标 对原代码的修改如下: 使用内联汇编将原 c/c++的库调用 代替, 使得 注入代码可行 支持直接使用资源加载和注入 支持加载exe ,请自行 hook 某些函数 ,确保exe 正确运行 加入inline 注入方式 代码少量加花, 确保编译器最大优化无误 注入的示例代码(The characteristics are as follows: Directly loaded in memory, diskless occupancy Support shell protection DLL, usually the most used VMP, please own other shell test No module loading, because loadlibary is rewritten, if necessary, please register yourself. Support injection into the target process. First, use the corresponding permission to open the target. The modifications to the original code are as follows: The intranet assembly is used to replace the library call of the original c/c++, so that the injected code is feasible. Support direct use of resource loading and injection Support loading exe, please hook some functions to ensure that exe is running correctly. Adding inline injection Small amount of code is added to ensure maximum error of compiler. Sample code injected)
Platform: | Size: 8192 | Author: 轩轩轩 | Hits:

[OtherM7lrvCMS商业版最终版本

Description: M7lrvCMS商业版最终版本 破解版功能齐全 如cms识别 c段查询 后台扫描 shell管理 批量注入等功能(M7lrvCMS commercial version of the final version of the cracked version is fully functional, such as CMS recognition C segment query background scanning, shell management, batch injection and other functions.)
Platform: | Size: 13681664 | Author: cike123 | Hits:

[Otheramera

Description: amera辅助源码基于c++,看到有人套壳就开源出来给大家使用(Amera auxiliary source code is based on C + +. If you see someone covering the shell, it will be open source for you to use)
Platform: | Size: 24244224 | Author: 柠檬k | Hits:
« 1 2 ... 25 26 27 28 29 30»

CodeBus www.codebus.net